From 0dfe12fab0dabb977754d21f4740ae476a54e6eb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 28 Nov 2017 15:03:15 -0500 Subject: [PATCH] gdk: Add some missing autocleanups GdkMonitor and GdkSeat were missing here. --- gdk/gdk-autocleanup.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdk/gdk-autocleanup.h b/gdk/gdk-autocleanup.h index 5fae7c3690..70d5eba034 100644 --- a/gdk/gdk-autocleanup.h +++ b/gdk/gdk-autocleanup.h @@ -30,6 +30,8 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDragContext, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkFrameClock, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkGLContext, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkKeymap, g_object_unref) +G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkMonitor, g_object_unref) +G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkSeat, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkWindow, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkContentFormats, gdk_content_formats_unref) -- 2.30.2